projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eec33a
)
(file-coding-system-alist): Use no-conversion for tar files.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Jul 1997 00:07:08 +0000
(
00:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Jul 1997 00:07:08 +0000
(
00:07
+0000)
lisp/international/mule-conf.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-conf.el
b/lisp/international/mule-conf.el
index 4be3916b4542ac668db6c1e3d897120495c45700..87b792a3de1497f36e21246c1673b9af44cfa041 100644
(file)
--- a/
lisp/international/mule-conf.el
+++ b/
lisp/international/mule-conf.el
@@
-283,11
+283,12
@@
;; Setting coding system `undecided' for reading any files. Though,
;; compiled Emacs Lisp files (*.elc) should never be decoded nor
-;; encoded.
+;; encoded.
tar files too.
(setq file-coding-system-alist
'(("\\.elc$" . (no-conversion . no-conversion))
("loaddefs.el$" . (no-conversion . no-conversion))
+ ("\\.tar$" . (no-conversion . no-conversion))
("" . (undecided . nil))))
\f